Nginx HTTP Server – Fourth Edition by Martin Fjordvald

Nginx HTTP Server – Fourth Edition by Martin Fjordvald

Author:Martin Fjordvald [Martin Fjordvald]
Language: eng
Format: epub
Tags: COM061000 - COMPUTERS / Client-Server Computing, COM060080 - COMPUTERS / Web / General, COM051390 - COMPUTERS / Programming / Open Source
Publisher: Packt Publishing
Published: 2018-02-14T05:29:04+00:00


Substitution

Along the lines of the previous module, the Substitution module allows you to search and replace text directly from the response body:

sub_filter searched_text replacement_text;

This module is not included in the default Nginx build.

Two additional directives provide more flexibility:

sub_filter_once (on or off, default on): Only replaces the text once, and stops after the first occurrence.

sub_filter_types (default text/html): Affects additional MIME types that will be eligible for the text replacement. The * wildcard is allowed.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.